Gets an
System.Collections.Generic.ICollection`1 object containing the keys in the
OrderedDictionary<TKey,TValue>.
'宣言
Public ReadOnly Property Keys As System.Collections.Generic.ICollection(Of TKey)
'使用法
Dim instance As OrderedDictionary(Of TKey,TValue)
Dim value As System.Collections.Generic.ICollection(Of TKey)
value = instance.Keys
public System.Collections.Generic.ICollection<TKey> Keys {get;}
プロパティ値
An
System.Collections.Generic.ICollection`1 object containing the keys in the
OrderedDictionary<TKey,TValue>.